home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-09-08 | 61.8 KB | 2,385 lines |
- object frmTools: TfrmTools
- Left = 220
- Top = 166
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsSingle
- Caption = 'Preferences...'
- ClientHeight = 327
- ClientWidth = 441
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Comic Sans MS'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Menu = mnuMain
- OldCreateOrder = True
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 18
- object pagPrefer: TPageControl
- Left = 0
- Top = 29
- Width = 441
- Height = 279
- ActivePage = tabDisplay
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- HotTrack = True
- MultiLine = True
- ParentFont = False
- TabOrder = 0
- OnChange = pagPreferChange
- object tabDate: TTabSheet
- Tag = 1
- Caption = 'Date && Time'
- ImageIndex = 19
- object splDateTime: TSplitter
- Left = 208
- Top = 0
- Width = 3
- Height = 194
- Cursor = crHSplit
- end
- object pnlDate: TPanel
- Left = 0
- Top = 194
- Width = 433
- Height = 35
- Align = alBottom
- BevelInner = bvLowered
- Caption = 'pnlDate'
- TabOrder = 0
- object lblDateDisplay: TLabel
- Left = 12
- Top = 9
- Width = 249
- Height = 18
- Alignment = taCenter
- AutoSize = False
- Caption = 'lblDateDisplay'
- end
- object chkDefault: TCheckBox
- Left = 269
- Top = 9
- Width = 116
- Height = 17
- Hint = 'Set date format back to system default'
- HelpContext = 1114
- Caption = 'Return to default'
- TabOrder = 0
- OnClick = DefaultDateTime
- end
- end
- object pnlDLeft: TPanel
- Left = 0
- Top = 0
- Width = 208
- Height = 194
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 1
- object lstDate: TListBox
- Left = 0
- Top = 37
- Width = 208
- Height = 157
- Hint = '|Select date format'
- HelpContext = 1114
- Align = alClient
- ItemHeight = 15
- TabOrder = 0
- OnClick = UpdateDateTime
- end
- object pnlDTitle: TPanel
- Left = 0
- Top = 0
- Width = 208
- Height = 37
- Align = alTop
- BevelInner = bvLowered
- Caption = 'Date Formats'
- TabOrder = 1
- end
- end
- object pnlRight: TPanel
- Left = 211
- Top = 0
- Width = 222
- Height = 194
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 2
- object lblTimeFormat: TLabel
- Left = 153
- Top = 8
- Width = 77
- Height = 15
- Caption = 'Time Formats'
- end
- object lstTime: TListBox
- Tag = 1
- Left = 0
- Top = 37
- Width = 222
- Height = 157
- Hint = '|Select time format'
- HelpContext = 1114
- Align = alClient
- ItemHeight = 15
- TabOrder = 0
- OnClick = UpdateDateTime
- end
- object pnlTTitle: TPanel
- Left = 0
- Top = 0
- Width = 222
- Height = 37
- Align = alTop
- BevelInner = bvLowered
- Caption = 'Time Formats'
- TabOrder = 1
- end
- end
- end
- object tabDisplay: TTabSheet
- Tag = 5
- Caption = 'Display'
- ImageIndex = 49
- object grpEditBox: TGroupBox
- Left = 8
- Top = 148
- Width = 201
- Height = 73
- HelpContext = 1126
- Caption = 'Display Edit Form'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object radMax: TRadioButton
- Left = 16
- Top = 24
- Width = 85
- Height = 17
- Hint = '|New workspaces are created maximized'
- HelpContext = 1126
- Caption = 'Maximized'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- TabStop = True
- OnClick = UpdateEditDisplay
- end
- object radMin: TRadioButton
- Tag = 1
- Left = 108
- Top = 24
- Width = 77
- Height = 17
- Hint = '|New workspaces are created minimized'
- HelpContext = 1126
- Caption = 'Minimized'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = UpdateEditDisplay
- end
- object radNorm: TRadioButton
- Tag = 2
- Left = 16
- Top = 48
- Width = 77
- Height = 17
- Hint = '|New workspaces are created as normal forms'
- HelpContext = 1126
- Caption = 'Normal'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = UpdateEditDisplay
- end
- end
- object grpDefColor: TGroupBox
- Left = 216
- Top = 12
- Width = 209
- Height = 101
- Caption = 'Default Colors'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object lblEdit: TLabel
- Left = 8
- Top = 48
- Width = 58
- Height = 14
- Caption = 'Edit Screen:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblMainBack: TLabel
- Left = 8
- Top = 24
- Width = 63
- Height = 14
- Caption = 'Main Screen:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblFHigh: TLabel
- Left = 8
- Top = 72
- Width = 66
- Height = 14
- Caption = 'Find Highlight:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object cbxMScreen: TRzColorComboBox
- Left = 96
- Top = 20
- Width = 101
- Height = 22
- Hint = '|Set the main screen background color'
- HelpContext = 1128
- DefaultColor = clSilver
- SelectedColor = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 0
- OnChange = UpdateDisplayColors
- end
- object cbxEScreen: TRzColorComboBox
- Tag = 1
- Left = 96
- Top = 44
- Width = 101
- Height = 22
- Hint = '|Set the edit screen default background color'
- HelpContext = 1129
- DefaultColor = clWhite
- SelectedColor = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 1
- OnChange = UpdateDisplayColors
- end
- object cbxFHigh: TRzColorComboBox
- Tag = 2
- Left = 96
- Top = 68
- Width = 101
- Height = 22
- Hint = '|Set the default find/replace highlight color'
- HelpContext = 1130
- DefaultColor = clBlue
- SelectedColor = clBlue
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 2
- OnChange = UpdateDisplayColors
- end
- end
- object grpDefFont: TGroupBox
- Left = 216
- Top = 120
- Width = 209
- Height = 101
- HelpContext = 1127
- Caption = 'Default Editor Font'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = pumToolBar
- TabOrder = 2
- object btnFont: TSpeedButton
- Left = 112
- Top = 68
- Width = 85
- Height = 25
- Hint = 'Change the default editor font...'
- Caption = 'Change...'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = DefaultEditorFont
- end
- object lblFont: TNewLabel
- Left = 8
- Top = 20
- Width = 189
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption = 'lblFont'
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Layout = tlCenter
- WordWrap = True
- end
- object chkFontPrint: TCheckBox
- Left = 16
- Top = 72
- Width = 85
- Height = 17
- Caption = 'Use to Print'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = chkFontPrintClick
- end
- end
- object chkMRUYes: TCheckBox
- Left = 16
- Top = 56
- Width = 181
- Height = 17
- Hint = '|Show the most recently used list on the main menu'
- HelpContext = 1131
- Caption = 'Show most recently used list'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 3
- OnClick = UpdateMenuDisplay
- end
- object chkFAVYes: TCheckBox
- Tag = 1
- Left = 16
- Top = 84
- Width = 181
- Height = 17
- Hint = '|Show the favorite files list on the main menu'
- HelpContext = 1132
- Caption = 'Show favorite files list'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 4
- OnClick = UpdateMenuDisplay
- end
- object chkShowSelBar: TCheckBox
- Left = 16
- Top = 28
- Width = 177
- Height = 17
- Hint = '|Show selection bar at the left of the workspace'
- HelpContext = 1136
- Caption = 'Show Selection Bar'
- Checked = True
- State = cbChecked
- TabOrder = 5
- OnClick = chkShowSelBarClick
- end
- object lblUndo: TStaticText
- Left = 16
- Top = 120
- Width = 90
- Height = 19
- Caption = 'Maximum Undo'
- TabOrder = 6
- end
- object edtUndo: TRxSpinEdit
- Left = 132
- Top = 116
- Width = 61
- Height = 23
- Hint = '|Set the maximum times to undo text operations'
- HelpContext = 1137
- MaxValue = 1000.000000000000000000
- TabOrder = 7
- OnChange = edtUndoChange
- end
- end
- object tabFavorite: TTabSheet
- Tag = 2
- Caption = 'Favorite Files'
- ImageIndex = 16
- object lstFavFiles: TListBox
- Left = 0
- Top = 29
- Width = 433
- Height = 200
- Align = alClient
- ItemHeight = 20
- Sorted = True
- Style = lbOwnerDrawVariable
- TabOrder = 0
- OnDrawItem = lstFavFilesDrawItem
- end
- object barFavorite: TSpeedBar
- Left = 0
- Top = 0
- Width = 433
- Height = 29
- Hint = '|Right-click for toolbar options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Comic Sans MS'
- Font.Style = []
- Options = [sbFlatBtns]
- BtnOffsetHorz = 3
- BtnOffsetVert = 3
- BtnWidth = 24
- BtnHeight = 23
- BevelOuter = bvNone
- PopupMenu = pumToolBar
- TabOrder = 1
- InternalVer = 1
- object SpeedbarSection1: TSpeedbarSection
- Caption = 'Untitled (0)'
- end
- object btnDelFiles: TSpeedItem
- Caption = 'Delete File'
- Enabled = False
- Hint = 'Delete highlighted favorite file'
- ImageIndex = 2
- Spacing = 1
- Left = 35
- Top = 3
- Visible = True
- OnClick = UpdateFavFileButtons
- SectionName = 'Untitled (0)'
- end
- object btnBrowse: TSpeedItem
- Tag = 1
- Caption = 'Add File'
- Hint = 'Add a new favorite file...'
- ImageIndex = 14
- Spacing = 1
- Left = 3
- Top = 3
- Visible = True
- OnClick = UpdateFavFileButtons
- SectionName = 'Untitled (0)'
- end
- end
- end
- object tabNetwork: TTabSheet
- Tag = 3
- Caption = 'Network'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ImageIndex = 17
- ParentFont = False
- object chkBCC: TCheckBox
- Left = 28
- Top = 163
- Width = 137
- Height = 19
- Hint = '|Check to send a copy of emails to yourself'
- HelpContext = 1123
- Caption = 'Send copy to yourself'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 1
- OnKeyPress = PressEnterKey
- end
- object chkReminder: TCheckBox
- Left = 28
- Top = 187
- Width = 141
- Height = 19
- Hint = '|Remind me to connect to the Internet when needed'
- HelpContext = 1124
- Caption = 'Remind me to connect '
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 2
- OnKeyPress = PressEnterKey
- end
- object grpSMTP: TGroupBox
- Left = 4
- Top = 8
- Width = 173
- Height = 141
- Caption = 'SMTP Server'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object lblAddress: TLabel
- Left = 8
- Top = 24
- Width = 45
- Height = 14
- Caption = 'Address:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblPort: TLabel
- Left = 16
- Top = 80
- Width = 22
- Height = 14
- Caption = 'Port:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object edtOMServer: TEdit
- Left = 8
- Top = 40
- Width = 157
- Height = 22
- Hint = '|Enter your outgoing SMTP server'
- HelpContext = 1106
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnExit = TextExit
- OnKeyPress = PressEnterKey
- end
- object chkDPort: TCheckBox
- Left = 16
- Top = 106
- Width = 101
- Height = 17
- Hint = '|Use your default SMTP port'
- HelpContext = 1121
- Caption = 'Use Default Port'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 2
- OnClick = DefaultPort
- OnKeyPress = PressEnterKey
- end
- object spnPort: TRxSpinEdit
- Left = 64
- Top = 76
- Width = 53
- Height = 22
- Hint = '|Enter your SMTP port'
- HelpContext = 1121
- MaxValue = 99.000000000000000000
- MinValue = 1.000000000000000000
- Value = 25.000000000000000000
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnKeyPress = PressEnterKey
- end
- end
- object grpUserInfo: TGroupBox
- Left = 184
- Top = 8
- Width = 241
- Height = 217
- Caption = 'User Information'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- object lblFrom: TLabel
- Left = 8
- Top = 72
- Width = 27
- Height = 14
- Caption = 'From:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblReplyTo: TLabel
- Left = 8
- Top = 96
- Width = 45
- Height = 14
- Caption = 'Reply To:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblName: TLabel
- Left = 8
- Top = 24
- Width = 30
- Height = 14
- Caption = 'Name:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblOrg: TLabel
- Left = 8
- Top = 48
- Width = 64
- Height = 14
- Caption = 'Organization:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object edtUEmail: TEdit
- Left = 76
- Top = 68
- Width = 153
- Height = 22
- Hint = '|Enter your from email address'
- HelpContext = 1108
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnExit = TextExit
- OnKeyPress = PressEnterKey
- end
- object edtReplyTo: TEdit
- Left = 76
- Top = 92
- Width = 153
- Height = 22
- Hint = '|Enter your reply to email address'
- HelpContext = 1109
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnExit = TextExit
- OnKeyPress = PressEnterKey
- end
- object chkSignature: TCheckBox
- Left = 8
- Top = 118
- Width = 65
- Height = 17
- Hint = '|Determine whether or not a signature is used'
- HelpContext = 1133
- Caption = 'Signature'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnKeyPress = PressEnterKey
- end
- object edtOrg: TEdit
- Left = 76
- Top = 44
- Width = 153
- Height = 22
- Hint = '|Enter your organization'
- HelpContext = 1135
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnExit = TextExit
- OnKeyPress = PressEnterKey
- end
- object edtName: TEdit
- Left = 76
- Top = 20
- Width = 153
- Height = 22
- Hint = '|Enter your name'
- HelpContext = 1134
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnExit = TextExit
- OnKeyPress = PressEnterKey
- end
- object mmoSignature: TRichEdit
- Left = 76
- Top = 116
- Width = 153
- Height = 89
- Hint = '|Enter your signature'
- HelpContext = 1133
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 5
- WordWrap = False
- end
- end
- end
- object tabFilters: TTabSheet
- Caption = 'Open/Save Filters'
- ImageIndex = 20
- object pnlFilter: TPanel
- Left = 0
- Top = 0
- Width = 433
- Height = 229
- Align = alClient
- BevelOuter = bvLowered
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object lblDefault: TLabel
- Left = 4
- Top = 4
- Width = 34
- Height = 14
- Caption = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblFName: TLabel
- Left = 44
- Top = 4
- Width = 53
- Height = 14
- Caption = 'Filter Name'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblFExt: TLabel
- Left = 152
- Top = 4
- Width = 47
- Height = 14
- Caption = 'Extension'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblDefault1: TLabel
- Left = 216
- Top = 4
- Width = 34
- Height = 14
- Caption = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblFName1: TLabel
- Left = 256
- Top = 4
- Width = 53
- Height = 14
- Caption = 'Filter Name'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblFExt1: TLabel
- Left = 364
- Top = 4
- Width = 47
- Height = 14
- Caption = 'Extension'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object RadioButton1: TRadioButton
- Left = 12
- Top = 28
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnKeyPress = PressEnterKey
- end
- object RadioButton2: TRadioButton
- Left = 12
- Top = 52
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnKeyPress = PressEnterKey
- end
- object RadioButton3: TRadioButton
- Left = 12
- Top = 76
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnKeyPress = PressEnterKey
- end
- object RadioButton4: TRadioButton
- Left = 12
- Top = 100
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 9
- OnKeyPress = PressEnterKey
- end
- object RadioButton5: TRadioButton
- Left = 12
- Top = 124
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 12
- OnKeyPress = PressEnterKey
- end
- object RadioButton6: TRadioButton
- Left = 12
- Top = 148
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 15
- OnKeyPress = PressEnterKey
- end
- object RadioButton7: TRadioButton
- Left = 12
- Top = 172
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 18
- OnKeyPress = PressEnterKey
- end
- object RadioButton8: TRadioButton
- Left = 12
- Top = 196
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 21
- OnKeyPress = PressEnterKey
- end
- object Edit1: TEdit
- Tag = 1
- Left = 44
- Top = 24
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit2: TEdit
- Tag = 2
- Left = 152
- Top = 24
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object Edit4: TEdit
- Tag = 4
- Left = 152
- Top = 48
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object Edit3: TEdit
- Tag = 3
- Left = 44
- Top = 48
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit6: TEdit
- Tag = 6
- Left = 152
- Top = 72
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object Edit5: TEdit
- Tag = 5
- Left = 44
- Top = 72
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit8: TEdit
- Tag = 8
- Left = 152
- Top = 96
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 11
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object Edit7: TEdit
- Tag = 7
- Left = 44
- Top = 96
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 10
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit10: TEdit
- Tag = 10
- Left = 152
- Top = 120
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 14
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object Edit9: TEdit
- Tag = 9
- Left = 44
- Top = 120
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 13
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit12: TEdit
- Tag = 12
- Left = 152
- Top = 144
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 17
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object Edit11: TEdit
- Tag = 11
- Left = 44
- Top = 144
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 16
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit14: TEdit
- Tag = 14
- Left = 152
- Top = 168
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 20
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object Edit13: TEdit
- Tag = 13
- Left = 44
- Top = 168
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 19
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit16: TEdit
- Tag = 16
- Left = 152
- Top = 192
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 23
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object Edit15: TEdit
- Tag = 15
- Left = 44
- Top = 192
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 22
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object RadioButton9: TRadioButton
- Left = 224
- Top = 28
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 24
- OnKeyPress = PressEnterKey
- end
- object Edit17: TEdit
- Tag = 17
- Left = 256
- Top = 24
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 25
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit18: TEdit
- Tag = 18
- Left = 364
- Top = 24
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 26
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object RadioButton10: TRadioButton
- Left = 224
- Top = 52
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 27
- OnKeyPress = PressEnterKey
- end
- object Edit19: TEdit
- Tag = 19
- Left = 256
- Top = 48
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 28
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit20: TEdit
- Tag = 20
- Left = 364
- Top = 48
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 29
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object RadioButton11: TRadioButton
- Left = 224
- Top = 76
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 30
- OnKeyPress = PressEnterKey
- end
- object Edit21: TEdit
- Tag = 21
- Left = 256
- Top = 72
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 31
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit22: TEdit
- Tag = 22
- Left = 364
- Top = 72
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 32
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object RadioButton12: TRadioButton
- Left = 224
- Top = 100
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 33
- OnKeyPress = PressEnterKey
- end
- object Edit23: TEdit
- Tag = 23
- Left = 256
- Top = 96
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 34
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit24: TEdit
- Tag = 24
- Left = 364
- Top = 96
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 35
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object RadioButton13: TRadioButton
- Left = 224
- Top = 124
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 36
- OnKeyPress = PressEnterKey
- end
- object Edit25: TEdit
- Tag = 25
- Left = 256
- Top = 120
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 37
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit26: TEdit
- Tag = 26
- Left = 364
- Top = 120
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 38
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object RadioButton14: TRadioButton
- Left = 224
- Top = 148
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 39
- OnKeyPress = PressEnterKey
- end
- object Edit27: TEdit
- Tag = 27
- Left = 256
- Top = 144
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 40
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit28: TEdit
- Tag = 28
- Left = 364
- Top = 144
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 41
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object RadioButton15: TRadioButton
- Left = 224
- Top = 172
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 42
- OnKeyPress = PressEnterKey
- end
- object Edit29: TEdit
- Tag = 29
- Left = 256
- Top = 168
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 43
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit30: TEdit
- Tag = 30
- Left = 364
- Top = 168
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 44
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- object RadioButton16: TRadioButton
- Left = 224
- Top = 196
- Width = 29
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 45
- OnKeyPress = PressEnterKey
- end
- object Edit31: TEdit
- Tag = 31
- Left = 256
- Top = 192
- Width = 105
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 46
- OnExit = ExitFilterName
- OnKeyPress = PressEnterKey
- end
- object Edit32: TEdit
- Tag = 32
- Left = 364
- Top = 192
- Width = 53
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 47
- OnExit = FilterVerify
- OnKeyPress = PressEnterKey
- end
- end
- end
- object tabSpell: TTabSheet
- Tag = 4
- Caption = 'Spell Checker'
- ImageIndex = 52
- object grpDictionaries: TGroupBox
- Left = 4
- Top = 4
- Width = 309
- Height = 97
- HelpContext = 1117
- Caption = 'Dictionary'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object imgBritish: TImage
- Left = 8
- Top = 23
- Width = 21
- Height = 17
- end
- object imgDutch: TImage
- Left = 8
- Top = 47
- Width = 21
- Height = 17
- end
- object imgEnglish: TImage
- Left = 8
- Top = 70
- Width = 21
- Height = 14
- end
- object imgFrench: TImage
- Left = 104
- Top = 23
- Width = 21
- Height = 17
- end
- object imgGerman: TImage
- Left = 104
- Top = 47
- Width = 21
- Height = 18
- end
- object imgItalian: TImage
- Left = 104
- Top = 71
- Width = 21
- Height = 17
- end
- object imgLegal: TImage
- Left = 208
- Top = 21
- Width = 21
- Height = 17
- end
- object imgMedical: TImage
- Left = 208
- Top = 45
- Width = 21
- Height = 17
- end
- object imgSpanish: TImage
- Left = 208
- Top = 71
- Width = 21
- Height = 17
- end
- object radEnglish: TRadioButton
- Tag = 2
- Left = 32
- Top = 68
- Width = 69
- Height = 17
- Hint = '|Use American English language dictionary'
- Caption = 'English'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- TabStop = True
- OnClick = UpdateDictionary
- end
- object radBritish: TRadioButton
- Left = 32
- Top = 20
- Width = 69
- Height = 17
- Hint = '|Use British English language dictionary'
- Caption = 'British'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = UpdateDictionary
- end
- object radDutch: TRadioButton
- Tag = 1
- Left = 32
- Top = 44
- Width = 65
- Height = 17
- Hint = '|Use Dutch language dictionary'
- Caption = 'Dutch'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = UpdateDictionary
- end
- object radFrench: TRadioButton
- Tag = 3
- Left = 132
- Top = 20
- Width = 69
- Height = 17
- Hint = '|Use French language dictionary'
- Caption = 'French'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = UpdateDictionary
- end
- object radGerman: TRadioButton
- Tag = 4
- Left = 132
- Top = 44
- Width = 65
- Height = 17
- Hint = '|Use German language dictionary'
- Caption = 'German'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = UpdateDictionary
- end
- object radItalian: TRadioButton
- Tag = 5
- Left = 132
- Top = 68
- Width = 65
- Height = 17
- Hint = '|Use Italian language dictionary'
- Caption = 'Italian'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = UpdateDictionary
- end
- object radLegal: TRadioButton
- Tag = 6
- Left = 236
- Top = 20
- Width = 69
- Height = 17
- Hint = '|Use Legal language dictionary'
- Caption = 'Legal'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = UpdateDictionary
- end
- object radMedical: TRadioButton
- Tag = 7
- Left = 235
- Top = 44
- Width = 70
- Height = 17
- Hint = '|Use Medical language dictionary'
- Caption = 'Medical'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnClick = UpdateDictionary
- end
- object radSpanish: TRadioButton
- Tag = 8
- Left = 235
- Top = 68
- Width = 70
- Height = 17
- Hint = '|Use Spanish language dictionary'
- Caption = 'Spanish'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- OnClick = UpdateDictionary
- end
- end
- object grpDialogStyle: TGroupBox
- Tag = 2
- Left = 320
- Top = 4
- Width = 109
- Height = 97
- HelpContext = 1118
- Caption = 'Dialog Style'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object radMSWord: TRadioButton
- Left = 12
- Top = 20
- Width = 89
- Height = 17
- Hint = '|Use MS Word dialog style for spell check'
- Caption = 'MS Word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = UpdateDialog
- end
- object radWordPerfect: TRadioButton
- Tag = 1
- Left = 11
- Top = 44
- Width = 94
- Height = 17
- Hint = '|Use Word Perfect dialog style for spell check'
- Caption = 'Word Perfect'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- TabStop = True
- OnClick = UpdateDialog
- end
- object radWordPro: TRadioButton
- Left = 11
- Top = 68
- Width = 94
- Height = 17
- Hint = '|Use WordPro 96 dialog style for spell check'
- Caption = 'WordPro 96'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = UpdateDialog
- end
- end
- object grpLanguage: TGroupBox
- Left = 4
- Top = 108
- Width = 165
- Height = 117
- HelpContext = 1119
- Caption = 'Language'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- object radLEnglish: TRadioButton
- Tag = 2
- Left = 12
- Top = 68
- Width = 69
- Height = 17
- Hint = '|Use American English in spell check dialog'
- Caption = 'English'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- TabStop = True
- OnClick = UpdateLanguage
- end
- object radLBritish: TRadioButton
- Left = 12
- Top = 20
- Width = 69
- Height = 17
- Hint = '|Use British English in spell check dialog'
- Caption = 'British'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = UpdateLanguage
- end
- object radLDutch: TRadioButton
- Tag = 1
- Left = 12
- Top = 44
- Width = 65
- Height = 17
- Hint = '|Use Dutch in spell check dialog'
- Caption = 'Dutch'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = UpdateLanguage
- end
- object radLFrench: TRadioButton
- Tag = 3
- Left = 88
- Top = 20
- Width = 69
- Height = 17
- Hint = '|Use French in spell check dialog'
- Caption = 'French'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = UpdateLanguage
- end
- object radLGerman: TRadioButton
- Tag = 4
- Left = 88
- Top = 44
- Width = 65
- Height = 17
- Hint = '|Use German in spell check dialog'
- Caption = 'German'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = UpdateLanguage
- end
- object radLItalian: TRadioButton
- Tag = 5
- Left = 88
- Top = 68
- Width = 65
- Height = 17
- Hint = '|Use Italian in spell check dialog'
- Caption = 'Italian'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = UpdateLanguage
- end
- object radLSpanish: TRadioButton
- Tag = 6
- Left = 51
- Top = 92
- Width = 70
- Height = 17
- Hint = '|Use Spanish in spell check dialog'
- Caption = 'Spanish'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = UpdateLanguage
- end
- end
- object grpMisc: TGroupBox
- Left = 176
- Top = 108
- Width = 137
- Height = 117
- HelpContext = 1120
- Caption = 'Miscellaneous'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- object chkSIcons: TCheckBox
- Left = 16
- Top = 24
- Width = 97
- Height = 17
- Hint = '|Show icons in spell check dialog'
- Caption = 'Show Icons'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 0
- end
- object chkSHTML: TCheckBox
- Tag = 1
- Left = 16
- Top = 52
- Width = 105
- Height = 13
- Hint = '|Support HTML in spell check'
- Caption = 'Support HTML'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- end
- end
- end
- object barTools: TSpeedBar
- Left = 0
- Top = 0
- Width = 441
- Height = 29
- Hint = '|Right-click for toolbar options'
- HelpContext = 1112
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Comic Sans MS'
- Font.Style = []
- Options = [sbFlatBtns]
- BtnOffsetHorz = 3
- BtnOffsetVert = 3
- BtnWidth = 24
- BtnHeight = 23
- BevelOuter = bvNone
- PopupMenu = pumToolBar
- TabOrder = 1
- InternalVer = 1
- object secFile: TSpeedbarSection
- Caption = 'File'
- end
- object btnCancel: TSpeedItem
- Caption = 'Cancel Preferences'
- Hint = 'Cancel preferences'
- ImageIndex = 15
- Spacing = 1
- Left = 11
- Top = 3
- Visible = True
- OnClick = UpdateFileMenu
- SectionName = 'File'
- end
- object btnClose: TSpeedItem
- Tag = 1
- Caption = 'Save Preferences'
- Hint = 'Save preferences'
- ImageIndex = 50
- Spacing = 1
- Left = 35
- Top = 3
- Visible = True
- OnClick = UpdateFileMenu
- SectionName = 'File'
- end
- end
- object barStatus: TStatusBar
- Left = 0
- Top = 308
- Width = 441
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object strPreferences: TFormStorage
- IniFileName = '\Software\JSoft Consulting\NotePads+'
- IniSection = 'Preferences'
- UseRegistry = True
- StoredProps.Strings = (
- 'pnlDLeft.Width'
- 'mniOptions1.Checked'
- 'mniOptions2.Checked'
- 'mniOptions0.Checked'
- 'mniOptions3.Checked'
- 'mniOptions4.Checked'
- 'radBritish.Checked'
- 'radDutch.Checked'
- 'radEnglish.Checked'
- 'radFrench.Checked'
- 'radGerman.Checked'
- 'radItalian.Checked'
- 'radLegal.Checked'
- 'radMedical.Checked'
- 'radSpanish.Checked'
- 'radMSWord.Checked'
- 'radWordPerfect.Checked'
- 'radWordPro.Checked'
- 'radLBritish.Checked'
- 'radLDutch.Checked'
- 'radLEnglish.Checked'
- 'radLFrench.Checked'
- 'radLGerman.Checked'
- 'radLItalian.Checked'
- 'radLSpanish.Checked'
- 'chkSHTML.Checked'
- 'chkSIcons.Checked'
- 'mniExplore.Checked'
- 'mniStandard.Checked'
- 'mniOptions5.Checked'
- 'radMax.Checked'
- 'radMin.Checked'
- 'radNorm.Checked'
- 'lblFont.Color'
- 'lblFont.Font'
- 'chkFAVYes.Checked'
- 'chkMRUYes.Checked'
- 'pagPrefer.ActivePage'
- 'barTools.Options'
- 'cbxEScreen.SelectedColor'
- 'cbxFHigh.SelectedColor'
- 'cbxMScreen.SelectedColor'
- 'btnFont.Flat'
- 'barFavorite.Options'
- 'chkShowSelBar.Checked'
- 'edtUndo.Value'
- 'chkFontPrint.Checked')
- Left = 8
- Top = 240
- end
- object mnuMain: TMainMenu
- Left = 8
- Top = 296
- object mniPreferences: TMenuItem
- Caption = '&Preferences'
- object mniOptions1: TMenuItem
- Tag = 1
- Caption = 'Date - &Time'
- Checked = True
- GroupIndex = 2
- Hint = 'Change date and time preferences'
- ImageIndex = 19
- RadioItem = True
- OnClick = UpdateOptionsMenu
- end
- object mniOptions5: TMenuItem
- Tag = 5
- Caption = '&Display'
- GroupIndex = 2
- Hint = 'Change display preferences'
- ImageIndex = 49
- RadioItem = True
- OnClick = UpdateOptionsMenu
- end
- object mniOptions2: TMenuItem
- Tag = 2
- Caption = 'F&avorite Files'
- GroupIndex = 2
- Hint = 'Change your favorite files list'
- ImageIndex = 16
- RadioItem = True
- OnClick = UpdateOptionsMenu
- end
- object mniOptions3: TMenuItem
- Tag = 3
- Caption = '&Network'
- GroupIndex = 2
- Hint = 'Change network options'
- ImageIndex = 17
- RadioItem = True
- OnClick = UpdateOptionsMenu
- end
- object mniOptions0: TMenuItem
- Caption = 'Open/Save &Filters'
- GroupIndex = 2
- Hint = 'Change open and save filters'
- ImageIndex = 20
- RadioItem = True
- OnClick = UpdateOptionsMenu
- end
- object mniOptions4: TMenuItem
- Tag = 4
- Caption = 'S&pell Checker'
- GroupIndex = 2
- Hint = 'Change spell checker options'
- ImageIndex = 52
- RadioItem = True
- OnClick = UpdateOptionsMenu
- end
- object mniBar1: TMenuItem
- Caption = '-'
- GroupIndex = 2
- end
- object mniCancel: TMenuItem
- Caption = '&Cancel'
- GroupIndex = 3
- Hint = 'Cancel preferences'
- ImageIndex = 15
- OnClick = UpdateFileMenu
- end
- object mniSave: TMenuItem
- Tag = 1
- Caption = '&Save'
- GroupIndex = 3
- Hint = 'Save preferences'
- ImageIndex = 50
- OnClick = UpdateFileMenu
- end
- end
- end
- object pumToolBar: TPopupMenu
- Left = 8
- Top = 268
- object mniExplore: TMenuItem
- Caption = 'I&Explorer Style'
- Checked = True
- GroupIndex = 4
- Hint = 'Display tool bar with flat buttons'
- RadioItem = True
- OnClick = UpdateMenus
- end
- object mniStandard: TMenuItem
- Tag = 1
- Caption = 'S&tandard Style'
- GroupIndex = 4
- Hint = 'Display tool bar with raised buttons'
- RadioItem = True
- OnClick = UpdateMenus
- end
- end
- object appEvents: TAppEvents
- OnIdle = appEventsIdle
- OnHint = appEventsHint
- Left = 8
- Top = 212
- end
- end
-